From 47904011de646b92b1f3774f9a30bcfa118c5dc4 Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Mon, 20 Jan 2025 17:49:19 -0700 Subject: =?UTF-8?q?Supermemory=20v2=20Release=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/app/api/[...nextauth]/route.ts | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 apps/web/app/api/[...nextauth]/route.ts (limited to 'apps/web/app/api/[...nextauth]') diff --git a/apps/web/app/api/[...nextauth]/route.ts b/apps/web/app/api/[...nextauth]/route.ts deleted file mode 100644 index e19cc16e..00000000 --- a/apps/web/app/api/[...nextauth]/route.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { GET, POST } from "../../../server/auth"; -export const runtime = "edge"; -- cgit v1.2.3